type net/http.http2streamState
6 uses
net/http (current package)
h2_bundle.go#L3286: type http2streamState int
h2_bundle.go#L3301: http2stateIdle http2streamState = iota
h2_bundle.go#L3316: func (st http2streamState) String() string {
h2_bundle.go#L4301: state http2streamState
h2_bundle.go#L4321: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
h2_bundle.go#L5689: func (sc *http2serverConn) newStream(id, pusherID uint32, state http2streamState) *http2stream {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)